Class MULink

java.lang.Object
com.cisco.pt.mu.MULink

public class MULink extends Object
A class that represents a MultiUser Link (either remote or local)
  • Field Details

    • linkId

      public int linkId
    • linkUuid

      public UUID linkUuid
    • remotePortId

      public int remotePortId
    • remoteDeviceType

      public int remoteDeviceType
    • remoteCableType

      public int remoteCableType
    • remotePortName

      public String remotePortName
    • remotePortType

      public int remotePortType
    • remotePortPower

      public boolean remotePortPower
    • remoteStraightPins

      public boolean remoteStraightPins
    • remoteAutoCross

      public boolean remoteAutoCross
    • remoteBandwidth

      public int remoteBandwidth
    • remoteFullDuplex

      public boolean remoteFullDuplex
    • remoteAutoNego

      public boolean remoteAutoNego
    • remoteBWNego

      public boolean remoteBWNego
    • remoteDuplexNego

      public boolean remoteDuplexNego
    • remoteClockRate

      public int remoteClockRate
    • remoteDcePort

      public boolean remoteDcePort
    • localPortId

      public int localPortId
    • localDeviceType

      public int localDeviceType
    • localCableType

      public int localCableType
    • localPortName

      public String localPortName
    • localPortType

      public int localPortType
    • localPortPower

      public boolean localPortPower
    • localStraightPins

      public boolean localStraightPins
    • localAutoCross

      public boolean localAutoCross
    • localBandwidth

      public int localBandwidth
    • localFullDuplex

      public boolean localFullDuplex
    • localAutoNego

      public boolean localAutoNego
    • localBWNego

      public boolean localBWNego
    • localDuplexNego

      public boolean localDuplexNego
    • localClockRate

      public int localClockRate
    • localDcePort

      public boolean localDcePort
    • localdefaultPowerInline

      public int localdefaultPowerInline
    • localpowerInline

      public int localpowerInline
    • localRequirePowerInline

      public boolean localRequirePowerInline
    • localProvidingPowerInline

      public boolean localProvidingPowerInline
    • localDevicePower

      public boolean localDevicePower
    • remotedefaultPowerInline

      public int remotedefaultPowerInline
    • remotepowerInline

      public int remotepowerInline
    • remoteRequirePowerInline

      public boolean remoteRequirePowerInline
    • remoteProvidingPowerInline

      public boolean remoteProvidingPowerInline
    • remoteDevicePower

      public boolean remoteDevicePower
  • Constructor Details

    • MULink

      public MULink()
  • Method Details

    • toString

      public String toString()
      Converts this object into a string for debugging purposes
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object